home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / LogoMation 1.1.2 / Documentation ƒ / code tidbits / a Filled Hexagon / a Filled Hexagon
Encoding:
Text File  |  1992-08-12  |  391 b   |  9 lines  |  [UVtx/UVtl]

  1. Down                           // just in case the pen was up
  2. Color 65535,27530,6390
  3. Fill 22                         // we start filling:
  4.     Repeat 5                    //       we are going to plot a hexagon
  5.         Forward 50            //             by drawing 50 pixels lines
  6.         Right 60                  //             with 60 degrees between them
  7. Up                                            // done Duplicate, done Fill
  8.  
  9.